Release 10.1A: OpenEdge Development:
Progress Dynamics Web Development Guide


Logic object

The Logic object implements the client logic API. Because of this, prefix all references to the APIs with logic. to correctly run the proper functions in the Logic object. For example:

lRet=logic.enableWidget('customerviewv.name'); 

At design time, you can attach a JavaScript file to a container, browse, or viewer using the JavaScriptFile attribute found in the Dynamics property sheet. The DHTML client then associates custom business logic, including client logic, in the attached file with the Web page as a whole and not the object.

Note: This is not a limitation of the Dynamics DHTML client implementation, but rather a characteristic of JavaScript and its relationship to the page that includes it.


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095